Trisolve v2.00
--------------
Files:
One function: trisolve()


To use this function:
trisolve(side1,side2,side3,angle1,angle2,angle3)
Input zeroes for the values you don't know. 

side1 is opposite angle1, etc.

Example: (14,0,0,0,75,35) will solve a triangle with one side of 14 and two adjacent angles of 75 and 35 degrees.

When there are two possible triangles (happens occasionally when given two sides and one angle), this solves for both. 



That's it!